home *** CD-ROM | disk | FTP | other *** search
/ IRIX 5.3 for Indy R4400 / IRIX 5.3 for Indy R4400 175MHz.img / relnotes / inventor_eoe / ch3.z / ch3
Text File  |  1995-02-28  |  12KB  |  265 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        3.  _N_e_w__F_e_a_t_u_r_e_s__i_n__2_._0
  9.  
  10.        MMMMoooosssstttt uuuusssseeeerrrrssss ddddoooo nnnnooootttt hhhhaaaavvvveeee ttttoooo ccccoooonnnncccceeeerrrrnnnn tttthhhheeeemmmmsssseeeellllvvvveeeessss wwwwiiiitttthhhh tttthhhheeeesssseeee
  11.        ddddeeeettttaaaaiiiillllssss;;;; ssssiiiimmmmppppllllyyyy iiiinnnnssssttttaaaallllllll tttthhhheeee ddddeeeeffffaaaauuuullllttttssss aaaannnndddd eeeennnnaaaabbbblllleeee IIIInnnnvvvveeeennnnttttoooorrrr
  12.        pppprrrrooooggggrrrraaaammmmssss ttttoooo rrrruuuunnnn....
  13.  
  14.        This chapter describes the major new features added to Open
  15.        Inventor 2.0 since IRIS Inventor 1.0.  Open Inventor 2.0.1
  16.        includes bug fixes and performance improvements only.  NNNNooootttteeee
  17.        tttthhhhaaaatttt OOOOppppeeeennnn IIIInnnnvvvveeeennnnttttoooorrrr iiiissss aaaa ssssooooffffttttwwwwaaaarrrreeee ddddeeeevvvveeeellllooooppppmmmmeeeennnntttt kkkkiiiitttt aaaannnndddd tttthhhheeeesssseeee
  18.        ffffeeeeaaaattttuuuurrrreeeessss wwwwiiiillllllll pppprrrroooobbbbaaaabbbbllllyyyy nnnnooootttt bbbbeeee ooooffff iiiinnnntttteeeerrrreeeesssstttt ttttoooo eeeennnndddd----uuuusssseeeerrrrssss....  See
  19.        the Release Notes for the Open Inventor Development Kit for
  20.        details on what is new, what is changed, and what is
  21.        obsolete.
  22.  
  23.        3.1  _N_e_w__S_y_s_t_e_m__F_e_a_t_u_r_e_s__i_n__2_._0
  24.  
  25.        This section describes the major system feature additions in
  26.        Inventor 2.0.  See TTTThhhheeee IIIInnnnvvvveeeennnnttttoooorrrr MMMMeeeennnnttttoooorrrr (2.0 programming
  27.        guide) or read the man pages for details.
  28.  
  29.        _O_p_e_n _I_n_v_e_n_t_o_r _L_i_c_e_n_s_i_n_g Open Inventor 2.0 represents the
  30.            first release of Inventor that is licensed to third
  31.            parties to run on other platforms (e.g., Sun, HP).  Open
  32.            Inventor employs OpenGL for all rendering.
  33.  
  34.        _T_h_e _I_n_v_e_n_t_o_r _M_e_n_t_o_r _a_n_d _T_h_e _I_n_v_e_n_t_o_r _T_o_o_l_m_a_k_e_r Since Open
  35.            Inventor has been licensed to run on other platforms,
  36.            the programming guides have been published and
  37.            distributed by Addison-Wesley Publishing Company.  The
  38.            books are typically available in bookstores that offer a
  39.            good technical book selection.  TTTThhhheeee IIIInnnnvvvveeeennnnttttoooorrrr MMMMeeeennnnttttoooorrrr is
  40.            volume I of the programming guide and describes the
  41.            fundamentals of Inventor proramming.  TTTThhhheeee IIIInnnnvvvveeeennnnttttoooorrrr
  42.            TTTToooooooollllmmmmaaaakkkkeeeerrrr is volume II and provides advanced information
  43.            for programmers who want to extend Inventor.
  44.  
  45.        _A_u_t_o_m_a_t_i_c _c_a_c_h_i_n_g This release supports intelligent,
  46.            automatic caching on the parts of the database that are
  47.            not changing.  Previously, caching was either `on' or
  48.            `off' (set at SoSeparator nodes).  Inventor 2.0 supports
  49.            a third setting, `auto'.  This SIGNIFICANTLY improves
  50.            performance and simplifies programming.  Note that there
  51.            are four kinds of caching possible:  rrrreeeennnnddddeeeerrrr,,,, bbbboooouuuunnnnddddiiiinnnngggg
  52.            bbbbooooxxxx,,,, ccccuuuulllllllliiiinnnngggg,,,, aaaannnndddd ppppiiiicccckkkkiiiinnnngggg....  Caching is described in
  53.            detail in TTTThhhheeee IIIInnnnvvvveeeennnnttttoooorrrr MMMMeeeennnnttttoooorrrr....
  54.  
  55.        _D_y_n_a_m_i_c _l_o_a_d_i_n_g This release uses Dynamic Shared Objects
  56.            (DSO).  This is a recent Unix feature that replaces and
  57.            obsoletes ssssttttaaaattttiiiicccc sssshhhhaaaarrrreeeedddd lllliiiibbbbaaaarrrriiiieeeessss.  As of the 5.0 Irix
  58.            release, static shared libraries can no longer be built.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.            See /usr/share/src/Inventor/samples/Makefile* for
  75.            examples on how to write a Makefile for Inventor 2.0.
  76.            Note that other libraries are implied and need not be
  77.            referenced in the link line.
  78.  
  79.        _E_r_r_o_r _h_a_n_d_l_i_n_g Inventor now supports a formal error handling
  80.            system.  Note that the API was not affected by this
  81.            change.  All Inventor error messages are now posted to
  82.            an SoError class.  The application can supply its own
  83.            error handlers, thus making it possible to route error
  84.            messages to dialogs, as well as stderr or stdout. All
  85.            handlers are called by the SoError::handleError()
  86.            method. When debugging, you can set a breakpoint on this
  87.            method to stop right before an error is handled. See TTTThhhheeee
  88.            IIIInnnnvvvveeeennnnttttoooorrrr MMMMeeeennnnttttoooorrrr (programming guide) for details, or see
  89.            man pages for SoError and SoReadError.
  90.  
  91.        _N_a_m_i_n_g Nodes, paths, and engines can have names (strings)
  92.            associated with them.  There are methods on
  93.            SoBase::setName() and getName() to set/get names. To
  94.            search for objects by name, see SoNode::getByName(),
  95.            SoPath::getByName, and SoEngine::getByName().  Also, the
  96.            SoSearchAction can now search based on the name.
  97.  
  98.        _O_b_j_e_c_t _s_u_b_c_l_a_s_s_i_n_g An improved and simplified node
  99.            subclassing scheme is introduced in this release.  See
  100.            the EEEExxxxtttteeeennnnddddeeeerrrr CCCChhhhaaaannnnggggeeeessss aaaannnndddd FFFFeeeeaaaattttuuuurrrreeeessss chapter and TTTThhhheeee
  101.            IIIInnnnvvvveeeennnnttttoooorrrr TTTToooooooollllmmmmaaaakkkkeeeerrrr (programmming guide, volume 2) for
  102.            details.
  103.  
  104.        _O_p_e_n_G_L _r_e_n_d_e_r_i_n_g Open Inventor 2.0 uses OpenGL for all
  105.            rendering; there are no calls to Iris GL in Inventor
  106.            2.0.
  107.  
  108.        _I_m_p_r_o_v_e_d _P_r_i_n_t_i_n_g Printing has been completely reimplemented
  109.            using OpenGL rendering to an off-screen image.  All
  110.            rendering features can now be printed (e.g. textures and
  111.            transparency).  Printing can render a scene to an
  112.            offscreen X pixmap and return either a Postscript bitmap
  113.            image or an unsigned char buffer.
  114.  
  115.        _R_e_a_d_i_n_g _1._0 _f_i_l_e_s Inventor 2.0 reads 1.0 files and does the
  116.            best job possible to convert to 2.0.
  117.  
  118.        _R_e_n_d_e_r _C_u_l_l_i_n_g Inventor now supports object level culling to
  119.            the viewport.  Culling, like caching, is controlled by
  120.            SoSeparators.
  121.  
  122.        _U_n_k_n_o_w_n _n_o_d_e_s Inventor 2.0 reads unrecognized node classes
  123.            from file and attempts to use them.  When an unknown
  124.            class is read, Inventor will search for an accompanying
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                   - 3 -
  137.  
  138.  
  139.  
  140.            DSO file and use it, (uses environment variable
  141.            LD_LIBRARY_PATH to search for file classname.so) If none
  142.            is found, an SoUnknownNode or SoUnknownEngine is created
  143.            and used instead.  Note that this will only work if the
  144.            "fields" entry is defined for this node - see the file
  145.            format chapter of TTTThhhheeee IIIInnnnvvvveeeennnnttttoooorrrr MMMMeeeennnnttttoooorrrr....
  146.  
  147.            This release also supports a special option for nodes
  148.            called alternateRep.  It can store a scene graph
  149.            composed of standard Inventor nodes which will be
  150.            rendered as a stand-in for your unrecognized node.
  151.            During writing, the node or engine is written back out.
  152.            Note that this mechanism works only with Inventor 2.0
  153.            files; unrecognized nodes in an Inventor 1.0 file will
  154.            still generate a read error (but see the section in
  155.            these release notes for information on writing upgraders
  156.            for Inventor 1.0 nodes).  This mechanism allows user
  157.            subclassed nodes to be exportable, renderable, and re-
  158.            usable.  See TTTThhhheeee IIIInnnnvvvveeeennnnttttoooorrrr MMMMeeeennnnttttoooorrrr for details.
  159.  
  160.        3.2  _N_e_w__I_n_v_e_n_t_o_r__T_o_o_l_s__a_n_d__D_e_m_o_s__i_n__2_._0
  161.  
  162.        3.2.1  _I_n_v_e_n_t_o_r__T_o_o_l_s__-__N_e_w__o_r__I_m_p_r_o_v_e_d  The Inventor tools
  163.        are utility programs that Inventor users and developers may
  164.        find useful on a daily basis.  They are installed with the
  165.        inventor_eoe.sw.inventor subsystem.  Note that the source is
  166.        included with the Inventor Developer's Kit.  The executables
  167.        are installed in /usr/sbin/iv*.
  168.  
  169.        _i_v_c_a_t Reads an Inventor file and prints to stdout in ascii
  170.            or binary format.  This program is handy for converting
  171.            files between ascii and binary formats.  A few new
  172.            features have been added to this tool since 1.0 (e.g, -t
  173.            removes texture file dependency) - type `man ivcat' for
  174.            details.
  175.  
  176.        _i_v_i_n_f_o Prints basic information about an Inventor file -
  177.            type `man ivinfo' for details.
  178.  
  179.        _i_v_v_i_e_w A NEW, FAST, and very SIMPLE Inventor viewer program
  180.            that uses ivquicken - type `man ivview' for details.
  181.  
  182.        _i_v_q_u_i_c_k_e_n This NEW program optimizes an Inventor file for
  183.            faster rendering - see man page for details.
  184.  
  185.        _i_v_2_t_o_i_v_1 This NEW program attempts to convert an Inventor
  186.            2.0 data file into a 1.0 file - see man page for
  187.            details.  It obviously cannot be perfect, but it does an
  188.            good job.
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.                                   - 4 -
  203.  
  204.  
  205.  
  206.        3.2.2  _I_n_v_e_n_t_o_r__D_e_m_o_s__-__N_e_w__o_r__I_m_p_r_o_v_e_d  The Inventor demos
  207.        are installed with the inventor_eoe.demo.progs subsystem.
  208.        Note that the source code to these demos (and more) is
  209.        included in the Inventor Developer's Kit.  These programs
  210.        are either entertaining or educational, and easy to use.
  211.        The executables are installed in /usr/demos/Inventor/*.
  212.  
  213.        _S_c_e_n_e_V_i_e_w_e_r A few features have been removed from the 1.0
  214.            version of SceneViewer.
  215.  
  216.        _d_r_o_p A NEW 3d tetris-like game.
  217.  
  218.        _g_v_i_e_w A NEW program that edits 3d scene graph databases.
  219.  
  220.        _m_a_z_e A NEW 3d skill game.
  221.  
  222.        _q_m_o_r_f Same old 3d quad mesh metamorphosing program.
  223.  
  224.        _r_e_v_o Same old surface of revolution modeling program.
  225.  
  226.        _t_e_x_t_o_m_a_t_i_c Same old 3d extruded text creation program.
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.